home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Business, Office & Collaboration / PNotes 4.0.112 / setup.exe / PNotes / PNotes.chm / pnhelp.css < prev    next >
Cascading Style Sheet File  |  2008-07-13  |  760b  |  51 lines

  1. BODY
  2. {
  3.     font-size: 17px;
  4.     font-family: Arial, Monospace;
  5. }
  6. .header1
  7. {
  8.     font-weight: bold;
  9.     font-size: 18px;
  10.     font-family: Arial, Monospace;
  11. }
  12. .header2
  13. {
  14.     font-weight: bold;
  15.     font-size: 26px;
  16.     color: #003399;
  17.     font-family: Arial, Monospace;
  18. }
  19. a
  20. {
  21.     color: blue;
  22. }
  23. a:visited
  24. {
  25.     color: Blue;
  26. }
  27. .tbl
  28. {
  29.     border-right: dimgray 1px solid;
  30.     border-top: dimgray 1px solid;
  31.     margin-left: 24px;
  32.     border-left: dimgray 1px solid;
  33.     border-bottom: dimgray 1px solid;
  34. }
  35. .tbltd
  36. {
  37.     text-indent: 12px;
  38.     border-right: dimgray 1px solid;
  39.     border-top: dimgray 1px solid;
  40.     border-left: dimgray 1px solid;
  41.     border-bottom: dimgray 1px solid;
  42. }
  43. .tableheader
  44. {
  45.     font-weight: bold;
  46.     background-color: lightgrey;
  47. }
  48. .warning
  49. {
  50.     color: Red;
  51. }